object GroupSelector: TGroupSelector Left = 200 Top = 111 BorderStyle = bsDialog Caption = 'Group Selector' ClientHeight = 211 ClientWidth = 440 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object bOK: TButton Left = 344 Top = 16 Width = 89 Height = 25 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 0 OnClick = bOKClick end object bCancel: TButton Left = 344 Top = 48 Width = 89 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object bSelect: TButton Left = 344 Top = 144 Width = 89 Height = 25 Caption = 'Select all' TabOrder = 2 OnClick = bSelectClick end object bUnselect: TButton Tag = 1 Left = 344 Top = 176 Width = 89 Height = 25 Caption = 'Deselect all' TabOrder = 3 OnClick = bSelectClick end object lvGroups: TListView Left = 8 Top = 16 Width = 321 Height = 185 Checkboxes = True Columns = < item AutoSize = True Caption = 'Name' end item AutoSize = True Caption = 'Handle' end item AutoSize = True Caption = 'Address Book' end> ColumnClick = False HideSelection = False ReadOnly = True RowSelect = True SortType = stText TabOrder = 4 ViewStyle = vsReport end end